Edit Task: DurationMaxOverlap
Format
SCHED / EditTask '<TaskName>' DurationMaxOverlap <DurationMaxOverlap>
Description
The DurationMaxOverlap attribute under EditTask defines the maximum duration of overlap between adjacent assignments for this task. This value is only applicable if DurationIsOverlapRequired is set to FALSE (allow gaps).
Parameters
Parameter | Description |
---|---|
DurationMaxOverlap | A double value greater than or equal to zero that defines the task's maximum overlap duration constraint between this task's assignments. Any two assignments can overlap by a maximum of this duration value. Used when DurationIsOverlapRequired = false. |
Examples
Sets the max overlap duration to 10s.
SCHED / EditTask 'TaskA' DurationMaxOverlap 10